home *** CD-ROM | disk | FTP | other *** search
- ;------------------------------------------------------------------------------
- ; .ss.
- ; `²²'
- ; .,sS$Ss,,s$ .,sS$$$Ss. .,sS$Ss,,s$ .ss. .sSs.
- ; .d$$²^°²$$$$'.d$P²°^^²$P'.d$$²^°²$$$$'.$$$' .$$$²Sb,.
- ; $$$' .$$$' $$$²Sçsµ²' .$$$' .$$$'.$$$' .$$$' `$$b.
- ; $$$b,,d$$$' ,$$$b,....,s$$$$b,,d$$$'.$$$;.,$$$' ;$$$
- ; `²S$$S²²S$$S²°²S$$$$S²°°²S$$$$$$',$$S²°²S$S'.sS$$$P²'
- ; .sS²°$$$²²°"' d²°'
- ; .$$² .$$'
- ; $$$.,d$$'
- ; `²S$$S²'
- ;------------------------------------------------------------------------------
- ; P.P.L.X. 2.OO (C)1996 - Lone Runner / AEGiS CoRP'96
- ;------------------------------------------------------------------------------
- ; PPE 3.1O (Encryption type I) - Analysis ON - Postprocessing ON
- ;------------------------------------------------------------------------------
-
- Boolean BOOLEAN001
- Integer INTEGER001
- String STRING001
- String STRING002
- String STRING003
- Declare Procedure PROC001()
-
- ;------------------------------------------------------------------------------
-
- PROC001()
- End
-
- ;------------------------------------------------------------------------------
-
- Procedure PROC001()
-
- GetUser
- INTEGER001 = U_RecNum(U_Name())
- BOOLEAN001 = 0
- STRING003 = GetEnv("PCBDRIV") + GetEnv("PCBDIR")
- If (Exist(PPEPath() + "USERLOST" + LangExt())) Then
- STRING002 = PPEPath() + "USERLOST" + LangExt()
- Else
- STRING002 = PPEPath() + "USERLOST"
- Endif
- If (Exist(PPEPath() + "R" + String(INTEGER001) + ".HNG")) Then
- If (Exist(STRING002)) Then
- DispFile STRING002, 4 + 2 + 1
- Else
- PrintLn "@X19┌─────────────────────────────────────────────────────────────────────────────@X10┐@X07"
- PrintLn "@X19│ @X1EYou lost carrier or hungup with files still in your FLAGGED FILES LIST. @X10│@X07"
- PrintLn "@X19│ @X1E @X10│@X07"
- PrintLn "@X19│ @X1EWould you like to FLAG those files again (@X1F@YESCHAR@@X1E/@X1F@NOCHAR@@X1E) @X10│@X07"
- PrintLn "@X19└@X10─────────────────────────────────────────────────────────────────────────────┘@X07"
- Endif
- Else
- End
- Endif
- :LABEL001
- If (BOOLEAN001) Goto LABEL002
- STRING001 = Inkey()
- Select Case (STRING001)
- Case NoChar()
- BOOLEAN001 = 1
- Case YesChar()
- BOOLEAN001 = 1
- Case Else
- Delay 2
- End Select
- Goto LABEL001
- :LABEL002
- If (STRING001 == NoChar()) Then
- Delete PPEPath() + "R" + String(INTEGER001) + ".HNG"
- Else
- Copy PPEPath() + "R" + String(INTEGER001) + ".HNG", STRING003 + "FLIST." + String(PcbNode())
- Endif
- If (Exist(PPEPath() + "R" + String(INTEGER001) + ".HNG")) Delete PPEPath() + "R" + String(INTEGER001) + ".HNG"
-
- EndProc
-
-
- ;------------------------------------------------------------------------------
- ;
- ; Usage report (before postprocessing)
- ;
- ; ■ Statements used :
- ;
- ; 2 End
- ; 15 Goto
- ; 8 Let
- ; 5 PrintLn
- ; 8 If
- ; 1 DispFile
- ; 1 GetUser
- ; 2 Delete
- ; 1 Delay
- ; 1 Copy
- ; 1 EndProc
- ;
- ;
- ; ■ Functions used :
- ;
- ; 25 +
- ; 3 ==
- ; 7 !
- ; 1 U_Name()
- ; 2 NoChar()
- ; 1 YesChar()
- ; 1 Inkey()
- ; 6 String()
- ; 8 PPEPath()
- ; 1 PcbNode()
- ; 2 GetEnv()
- ; 4 Exist()
- ; 2 LangExt()
- ; 1 U_RecNum()
- ;
- ;------------------------------------------------------------------------------
- ;
- ; Analysis flags : No flag
- ;
- ;------------------------------------------------------------------------------
- ;
- ; Postprocessing report
- ;
- ; 0 For/Next
- ; 0 While/EndWhile
- ; 4 If/Then or If/Then/Else
- ; 1 Select Case
- ;
- ;------------------------------------------------------------------------------
- ; AEGiS Corp - Break the routines, code against the machines!
- ;------------------------------------------------------------------------------
-